home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pdox693.zip / TI1110.ASC < prev    next >
Text File  |  1992-08-17  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.   PRODUCT  :  Paradox                               NUMBER  :  1110
  8.   VERSION  :  4.0
  9.        OS  :  DOS
  10.      DATE  :  August 17, 1992                          PAGE  :  1/2
  11.  
  12.     TITLE  :  Converting Personal Programmer Applications to Run
  13.               In Paradox 4.0 Compatible User Interface Mode
  14.  
  15.  
  16.  
  17.  
  18.   This Technical Information sheet illustrates how to enable
  19.   Personal Programmer applications to run under Paradox 4.0 in the
  20.   Compatible User Interface mode.  The Video sample application
  21.   that was shipped with Paradox versions 3.5 and earlier will be
  22.   used as an example application to be converted.  The examples
  23.   presented below assume that you have completed the Video Tutorial
  24.   in Paradox Version 3.5 or earlier.  Perform the following
  25.   operations while running Paradox 4.0.
  26.  
  27.      1.  Change your working directory to the location where the
  28.          application resides.
  29.  
  30.          e.g. Tools | More | Directory | C:\pdox35\pprog\video
  31.  
  32.      2.  Set the application's User Interface mode to Compatible by
  33.          modifying the script with the name of your application.
  34.          For example, if the application name is Video, then the
  35.          script that needs to be modified is Video.
  36.  
  37.             a.  From the Paradox Menu,
  38.                 choose Scripts | Editor | Open.
  39.  
  40.             b.  When prompted, type in the application name.
  41.  
  42.             c.  Insert a line at the beginning of your script.
  43.  
  44.                 Press <Enter>, then move your cursor up one line.
  45.  
  46.             d.  Type the following PAL code:
  47.  
  48.                           SETUIMODE COMPATIBLE
  49.  
  50.                 This line tells Paradox 4.0 to use the Paradox 3.5
  51.                 User Interface (Compatible mode).  This will allow
  52.                 for consistency in menu choices and screen
  53.                 displays.
  54.  
  55.             e.  Save the script by pressing <F2>.
  56.  
  57.      3.  Play the script that re-creates your library files.  The
  58.          name of this script will be the name of your application
  59.          name followed by "lib."
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.   PRODUCT  :  Paradox                               NUMBER  :  1110
  74.   VERSION  :  4.0
  75.        OS  :  DOS
  76.      DATE  :  August 17, 1992                          PAGE  :  2/2
  77.  
  78.     TITLE  :  Converting Personal Programmer Applications to Run
  79.               In Paradox 4.0 Compatible User Interface Mode
  80.  
  81.  
  82.  
  83.  
  84.          For example, to create the application libraries for the
  85.          Video application:
  86.  
  87.      4.  Select Scripts | Play  from the menu.
  88.  
  89.      5.  When prompted for the name of the script to play, type in
  90.          "videolib."
  91.  
  92.   After performing the steps listed above you will be able to run
  93.   your Personal Programmer applications in Paradox 4.0 Compatible
  94.   User Interface mode.
  95.  
  96.   NOTE:
  97.  
  98.   If you want to return to the Paradox 4.0 Standard User Interface
  99.   mode after running the converted application, perform the
  100.   following steps:
  101.  
  102.      1.  Press <Alt-Space>.
  103.  
  104.      2.  Choose Interface from the menu.
  105.  
  106.      3.  Select Yes.
  107.  
  108.   DISCLAIMER: You have the right to use this technical information
  109.   subject to the terms of the No-Nonsense License Statement that
  110.   you received with the Borland product to which this information
  111.   pertains.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.